body {
    color: #666666;
    font-family: "Open Sans Light",verdana,Helvetica,"Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
    font-size: 13px;
    line-height: 18px;
	
  background-size:cover;
	background: #181b1c;  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #181b1c), color-stop(30%, #f3f3f3));  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #181b1c 0%, #f3f3f3 30%);  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #181b1c 0%, #f3f3f3 30%);  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #181b1c 0%, #f3f3f3 30%);  /* IE10+ */
  background: linear-gradient(top, #181b1c 0%, #f3f3f3 30%);  /* W3C */
  background: -moz-linear-gradient(top, #181b1c 0%, #f3f3f3 100%);  /* FF3.6+ */
  background:url(../image/megnor/bgd_black_white1.png) no-repeat;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:12px;}
.fa-stack .fa{font-size:13px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	padding:4px 6px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#6d6d6d;
}
/* top */
#top {
	padding: 5px 0px 4px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
	//border-top:5px solid #89898b;
}
#top .container {
	padding: 0 0px;
}
#top #currency .currency-select {
	text-align: left;
	width:100%;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color:#f2702d;
}

#top #language .dropdown-menu > li > a {padding: 3px 9px; color:#666666; text-align:left;}
#top #currency .dropdown-menu .btn { padding: 3px 9px; color:#666666;}
#language .dropdown-menu > li > a:hover {color:#f2702d;}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top-links li{padding:0;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover {
	color:#a1a1a1;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color:#666666;
	text-align:left;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus, #top #language .dropdown-menu > li > a:hover, #top #language .dropdown-menu > li > a:focus, #top #currency .dropdown-menu .btn:hover, #top #currency .dropdown-menu .btn:focus {
	color:#f2702d;
}
#top .btn-link strong {
	font-size: 13px;
	font-weight: normal;
}
#top-links {
	padding-top: 5px;
	clear:both;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link, #top #language .btn-link {
		padding: 5px 10px 0 0;
		border: 0px;
	}

#language{line-height:13px;}
#language .btn-link .fa::before, #currency .btn-link .fa::before {
    color: #ffffff;
    font-size: 14px;
    padding-left:0px;
    vertical-align:middle;
}
#currency .dropdown-menu, #language .dropdown-menu, #top-links .dropdown-menu{
	background:#fafafa;
	border:1px solid #e9ebec; 
	border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
	padding:0px;
	margin-top:5px;
}

#currency .dropdown-menu, #language .dropdown-menu{ z-index:1001; right:10px; left:auto;}
#top-links li{
    background:url(../image/megnor/pipe.gif) no-repeat scroll left center transparent;
    padding: 0 4px 0 8px;
	margin:0 2px;
}
#top-links .myaccount .fa{ padding:0px;}
#top-links li.myaccount .dropdown-menu li{    background: none;    margin: 0;    padding: 0;}

/* logo */
.header-left{ float:left;}
.header-right{ float:right;}
.header-right a{color:#ffffff;}
.header-logo{float:left;}
.header-cart{float:right; clear:both;margin: 11px 30px 0 0px;}
#logo {
	margin:15px 0 5px;
	display:inline-block;
}
/* search */

.header-search{position:absolute; left:50%; top:50px; margin-left:-150px;}
#search {
  //padding: 0px 5px 5px;

/*   
background: #8d9092;
background: -moz-linear-gradient(top, #8d9092 0%, #41484b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #8d9092), color-stop(100%, #41484b));
background: -webkit-linear-gradient(top, #8d9092 0%, #41484b 100%);
background: -o-linear-gradient(top, #8d9092 0%, #41484b 100%);
background: -ms-linear-gradient(top, #8d9092 0%, #41484b 100%);
background: linear-gradient(to bottom, #8d9092 0%, #41484b 100%);
 */
  border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px;  -khtml-border-radius: 0 0 8px 8px;  -moz-border-radius: 0 0 8px 8px;

	margin-bottom:0px;
	margin-right: 258px;
	float: right;
	width:380px;
}
#search .input-lg {
	background:#f0f1f1;
    border-radius:8px; -webkit-border-radius:8px;  -khtml-border-radius:8px;  -moz-border-radius:8px;
    height: 30px;
    padding:5px 33px 7px 12px;
	 box-shadow: 0 0 27px #e1e2e2 inset;
	 border:none;
}
#search .btn-lg {
	 background:none;
    border: medium none;
    color: #66552c;
    cursor: pointer;
    height: 22px;
    padding: 0 0 2px;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 21px;
    z-index: 9;
}
#search .input-group-btn{ width:auto;}
/* cart */
#cart {
	margin:0px 0 0px;
	float:right;
}
#cart > .btn {
	color: #FFF;
	border:none;
	background:none;
	font:400 14px/22px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	padding:0px;
}
#cart.open > .btn {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

#cart .dropdown-menu {
	background:#fbfbfb ;
	z-index: 1001;
	width: 350px;
	padding:10px;
	border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
	border:1px solid #ededed;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	border:none;
	margin-bottom: 10px;
}
#cart .dropdown-menu table td{border-top:none; background:none; border-bottom:1px solid #ededed;}
#cart .dropdown-menu .table-bordered tbody tr td {
    border: medium none;
    padding: 2px;
}
#cart .dropdown-menu li > div {	}
#cart .dropdown-menu li p {	 margin:10px 0;}

#cart .fa-shopping-cart::before{ font-size:23px; padding-right:10px; line-height:24px;}
#cart a{color:#666666;}
#cart a:hover{color:#f2702d;}

/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	height: 42px;
	margin-bottom:0px;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-khtml-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	padding: 0px 0px; 
	
	 background: #f2f2f4;
  background: -moz-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f4), color-stop(46%, #ebecee), color-stop(47%, #dee0e2), color-stop(100%, #ccd0d3));
  background: -webkit-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -o-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -ms-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: linear-gradient(to bottom, #f2f2f4 0%, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background:url(../image/megnor/menu_saprator.png) no-repeat scroll right top transparent;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	color:#444444;
	display: block;
	padding:13px 18px 11px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	font:16px/18px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	text-transform:capitalize;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background:#f8f9f9;	 color:#000;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background:#f8f9f9;
	position: absolute;	
	z-index: 5;
	padding:5px 5px ;	
	border:1px solid #dadddf;
	border-top:none;
	border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;  -khtml-border-radius:0 0 5px 5px;  -moz-border-radius:0 0 5px 5px;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background:#f8f9f9;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
	 border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
	 border:1px solid #dadddf;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: -7px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	padding:5px 10px;
	color: #444444;
	display: block;
	white-space: nowrap; 
	font:14px/18px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#000000;
	background-color:#c2c7ca;
	border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.main-menu > ul > li ul > li > a.activSub::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight:normal;
    position: absolute;
    right: 3px;
    top: 4px;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
.main-menu > ul > li:last-child{ background:none;}
.main-menu > ul > li:first-child > a{border-radius:8px 0 0; -webkit-border-radius:8px 0 0;  -khtml-border-radius:8px 0 0;  -moz-border-radius:8px 0 0;}
/*.main-menu > ul > li:last-child > a{border-radius:0 8px 0 0;}*/

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
		color: #fff;
	}
}

/* 1-col layout */

#column-left{
	width:25%;	
}
#column-right{
	width:25%;	
}
.layout-1 #content{
}

/* 2-col layout */

.layout-2.left-col #column-left{
	width:24.6%;
	padding:0 8px 0 15px;
}
.layout-2.right-col #column-right{
	width:24.6%;
	padding:0 15px 0 8px;
}
.layout-2 #content{
	width:75%;
}
.layout-2.left-col #content, .layout-2.right-col #content{
	padding-left:5px;
	padding-right:5px;	   	
}

/* 3-col layout */
.layout-3 #column-left{	
	width:25%;
}
.layout-3 #column-right{			
	width:25%;
}
.layout-3 #content{		
	width:50%;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 5px;
	padding-top: 0px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color:#666666;
}

footer a:hover {
	color:#f2702d;
}
footer h5 {
	font:16px/22px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	color:#333333;
	position:relative;
	padding:10px 0 5px;
	margin:4px 0 5px;
}
#footer .column {
    float: left;
    margin-left:5px;
    width: 23%;
}
#footer .column ul {
    list-style: outside none none;
    margin: 0 0 9px;
    padding-left: 0;
}
#footer li{ padding:0 0 8px;}
#bottom-footer{ float:left;}
#powered{margin:15px 0;clear:both;}
.copy-right {
    border-top:1px solid #bfbfbf;
	text-align:center;
	margin-top:7px;
}
#bottom-footer ul{ padding:15px 0; margin:0px;}

#bottom-footer li{display:inline; padding:1px 8px 1px 3px; background:url(../image/megnor/pipe.gif) no-repeat scroll right center transparent;}
#bottom-footer li.contact{background:none;}

#footer #block_2, #footer #block_4{ width:26%;}
#footer .social_block{ float:left;}
#footer .social_block li {
    float: left;
    list-style: outside none none;
    margin-bottom: 2px;
    margin-right: 14px;
    padding: 0;
    width: 30px;
}

#footer .social_block ul li a {
    float: left;
    background: #7e7e7e;
    border-radius: 20px; -webkit-border-radius:20px;  -khtml-border-radius:20px;  -moz-border-radius:20px;
    color: #ffffff;
    font-size: 19px;
    height: 30px;
    margin-top: 7px;
    text-align: center;
    width: 31px;
}
#footer .social_block ul li a::before {
    color: #ffffff;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    vertical-align: -6px;
}
#footer .social_block ul li a:hover{ color:#fff; background:#f3702e;}

#footer .column .social_block ul li.facebook a::before { content: "\f09a";}
#footer .column .social_block ul li.twitter a::before{ content: "\f099";}
#footer .column .social_block ul li.rss a::before{ content: "\f09e";}
#footer .column .social_block ul li.linkin a::before{ content: "\f0e1"; padding:0 8px;}

.paiement_logo_block {
    clear: both;
    float: left;
    margin-top:0px;
    width: 100%;
}
.paiement_logo_block .payment_1 {
    background:url("../image/megnor/paymenticon.png") no-repeat scroll 0 0 transparent;
}
.paiement_logo_block .payment_2 {
    background:url("../image/megnor/paymenticon.png") no-repeat scroll -47px 0 transparent;
}
.paiement_logo_block .payment_3 {
    background:url("../image/megnor/paymenticon.png") no-repeat scroll -93px 0 transparent;
}
.paiement_logo_block .payment_4 {
    background:url("../image/megnor/paymenticon.png") no-repeat scroll -280px 0 transparent;
}
.paiement_logo_block li {
    cursor: pointer;
    float: left;
    height: 25px;
    list-style: outside none none;
    margin-right: 14px;
    width: 40px;
}
.paiement_logo_block li a {
    display: block;
    height: 25px;
    width: 40px;
}

@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
	margin-left:0px;
	padding:0 20px;
}

}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 5px 0;
	padding:2px 11px;
	border:none;
}
.breadcrumb i {
	font-size: 17px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	 display: inline-block;
    margin-bottom: 10px;
    padding: 6px 0;
    width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px; 	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #currency .dropdown-menu .btn-link{
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox .list-group .group_name, .category_list .group_name {
    border-bottom:1px solid #dadddf;
    font-weight: bold;
    padding: 5px 0;
    text-transform: capitalize;
}

.box .filterbox { 
    border-right:1px solid #dadddf;
	border-bottom:1px solid #dadddf; 
	border-left:1px solid #dadddf;
	background:#fafafa;
	padding:0 10px;
	border-radius: 0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;  -khtml-border-radius:0 0 5px 5px;  -moz-border-radius:0 0 5px 5px;
}
.list-group a {
	border:none;
	color: #666666;
	padding:5px 0 5px 10px;
	background: none;
	line-height:18px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color:#f2702d;
	background:none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border:none;
	margin-bottom:10px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position:relative;
	margin-bottom:5px;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {}

.product-list .product-thumb .image {
	float: left;
	padding:0 16px 0 1px;
	margin:0px;
}
.product-thumb h4 {
	font-weight:normal;
	margin:9px 0 5px;
	max-height:34px;
	height:34px;
}
#content .product-carousel .product-block:hover h4  a, #content .product-grid .product-block:hover h4  a, #content .box-product .product-block:hover h4  a{ color:#f2702d;}
.product-thumb .caption {
	padding: 0 0px;
}

@media (max-width: 1030px) {
.product-grid .product-thumb .caption {	
	padding: 0 0px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 0px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 0px;
	position:absolute; left:0; right:0; margin:0 auto; bottom:5px;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 7px;
}
.rating .fa-star-o,#review .fa-star-o{
	color: #999;
	font-size: 15px;
}
.rating .fa-star,#review .fa-star{
	color:#ff8242;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #E69500;
}
.fa-star{ color:#ff8242;}
.rating .fa.fa-star.off, #review .fa.fa-star.off {
    color:#6d6d6d ;
}
.fa.fa-star.off {
    color:#6d6d6d ;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	display:inline-block;
	vertical-align:middle;
	font:14px/18px "Open Sans Light",verdana,Helvetica,"Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	line-height:21px;
	margin:0 0 9px;
}
.product-thumb .special{color: #F26F2D;}
.product-thumb .price-new {
	font-weight: 400;
	float:left;
}
.product-thumb .price-old {
	color:#f26f2d;
	text-decoration: line-through;
	margin-right: 10px;
	float:left;
}
.product-thumb .price-tax {
	color: #999;
    display:block;
    font-size: 12px;
    width:auto;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-thumb .button-group {}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button{ margin:0 0 1px;}
.product-thumb .button-group .addtocart, #cart .text-right .addtocart, #cart .text-right .checkout, .btn-primary, .btn-default, .btn-danger, .btn-info, .btn-orange {
	width:auto;
	border:1px solid #f26f2d;
	display: inline-block;
	color: #fff;
	padding:4px 12px;
	font:13px/18px "Open Sans Light",verdana,Helvetica,"Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	text-align: center;
	text-transform:capitalize;
	 -moz-border-radius: 5px; -webkit-border-radius: 5px; 	-khtml-border-radius: 5px;	border-radius: 5px;
	
  background: #f26f2d;
  background: -moz-linear-gradient(top, #f26f2d 0, #ff8242 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f26f2d), color-stop(100%, #ff8242));
  background: -webkit-linear-gradient(top, #f26f2d 0, #ff8242 100%);
  background: -o-linear-gradient(top, #f26f2d 0, #ff8242 100%);
  background: -ms-linear-gradient(top, #f26f2d 0, #ff8242 100%);
  background: linear-gradient(to bottom, #f26f2d 0%, #ff8242 100%);
}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none; margin:0px;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.product-thumb .button-group button + button {
	width:auto;;
	border-left: 1px solid #ddd;
	
}
.product-thumb .button-group .addtocart:hover, #cart .text-right .addtocart:hover, #cart .text-right .checkout:hover, .btn-primary:hover, .btn-default:hover, .btn-danger:hover, .btn-info:hover ,#content .product-carousel .product-block:hover .button-group .addtocart, #content .product-grid .product-block:hover .button-group .addtocart, #content .box-product .product-block:hover .button-group .addtocart, .btn-primary:focus, .btn-default:focus, .btn-danger:focus, .btn-info:focus, .btn-primary:active, .btn-default:active, .btn-danger:active, .btn-info:active, .btn-orange:hover, .btn-orange:focus{
	background: #f52b00;
	border:1px solid #f52b00;
	text-decoration: none;
	cursor: pointer;
}
.product-grid .product-thumb .desc, #content .product-carousel .product-block-inner .button-group .wishlist, #content .box-product .product-block-inner .button-group .wishlist, #content .product-carousel .product-block-inner .button-group .compare, #content .box-product .product-block-inner .button-group .compare, #content .product-carousel .product-block-inner .price .price-tax, #content .product-grid .product-block-inner .price .price-tax, #content .box-product .product-block-inner .price .price-tax, #content .product-grid .button-group .wishlist, #content .product-grid .button-group .compare{ display:none;}
@media (max-width: 1030px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width:auto;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: auto;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-info .thumbnails {
	overflow: hidden;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	border:1px solid #e9ebec;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	#content .product-grid.col-md-2:nth-child(6n+1),
	#content .product-grid.col-md-2:nth-child(6n+1),
	#content .product-grid.col-md-3:nth-child(4n+1),
	#content .product-grid.col-md-4:nth-child(3n+1),
	#content .product-grid.col-md-6:nth-child(2n+1) {
		clear:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}
.product-info .image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
.productpage h3 {margin:0;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;	
	width:302px;
}
.product-info .image-additional img {}
.product-info .image-additional a {
	display: block;	
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}

.productpage .product-left{ padding:0 7px 0 15px; width:43.1%;}
.productpage .product-right{ padding:0 15px 0 7px; width:56.9%;}

#content.productpage .description {
    border-bottom:1px solid #e9ebec;
    display: block;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 5px 10px;
}
#content.productpage .description li {   padding: 2px 0;}
#content.productpage .product_price {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    padding:2px 5px 5px;
	font-family:"Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	line-height:32px;
}
#content .product_price li {
    display: inline-block;
    padding: 0 !important;
}
#content .product_price .old-price {
    font-size:17px; line-height:23px;
}
#content .product_price .price-tax {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
#content.productpage .product_price .rewardpoint {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#content.productpage .product_price .discount {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.productpage .product-option {
    border-top:1px solid #e9ebec;
    display: block;
    padding:8px 0 10px 26px;
	background-position:4px 11px;
}
#product .product-qty-cart {
    border-bottom: 1px solid #e9ebec;
    border-top:1px solid #e9ebec;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 5px;
    z-index: 999;
}
.product-qty-cart #input-quantity {
    display: inline-block;
    margin: 0 10px 0 5px;
    text-align: center;
    width: auto;
}
#product .product-qty-cart #button-cart{ vertical-align:inherit;}
.product-qty-cart .btn-group {
    display: block;
    margin-top: 15px;
    overflow: hidden;
}
.product-qty-cart .alert-info {
    background:none;
    border: medium none;
    color: #999999;
    font-size: 11px;
    margin: 0;
    padding: 15px 0 0;
}

/* Megnor www.templatemela.com - Start */

/* box */ 
#content .box {
	margin-bottom:5px;
} 
.box {
	margin-bottom:10px;
}
.box .box-heading {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
	font: 16px/22px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	  color: #444;
	  background: #f2f2f4;
	  padding: 6px 0;
	  margin: 0 0 0px 0;
	  border-left: 1px solid #dadddf;
	border-right: 1px solid #dadddf;
	border-top: 1px solid #dadddf;
  
  background: -moz-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f4), color-stop(46%, #ebecee), color-stop(47%, #dee0e2), color-stop(100%, #ccd0d3));
  background: -webkit-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -o-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -ms-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: linear-gradient(to bottom, #f2f2f4 0%, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  
}
.box .box-heading span{
    background:url(../image/megnor/title_icon.png) no-repeat scroll 12px 12px transparent;
    padding: 8px 0 8px 30px;
}
.box .box-content {
	background:#fafafa;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-left: 1px solid #dadddf;
	border-right: 1px solid #dadddf;
	border-bottom: 1px solid #dadddf;
	padding:5px 5px 8px;
	 
}
#content .box .box-heading span{ background:none; padding:0px;}

#content .box .box-heading {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	background:url(../image/megnor/title_icon.png) no-repeat scroll 4px 4px transparent;
    color: #555454;
    font: 16px/18px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
    margin: 0;
    padding: 0 0 10px 25px;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0px 0;
 
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:18px;
	padding:5px 0 5px 10px;
}
.box .box-content ul li a , #content .content ul li a{
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
}

.box .box-content ul ul{
	margin-left:5px;
}



/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product/*,
.product-grid-list ul*/{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}

/*.product-grid-list ul li,*/
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:185px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:0 3px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border:none;
	border-radius:0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
}

#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
.product-block-inner {position: relative;}

.grid_default_width { width:180px;}
.featured_default_width{ width:180px;}
.module_default_width{ width:180px;}
.latest_default_width{ width:180px;}
.special_default_width{ width:180px;}
.related_default_width{ width:180px;}
.bestseller_default_width{ width:180px;}
.additional_default_width{ width:80px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,#content .product-list .product-block,
#content .box-product .product-block{ 
	margin:6px 6px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border:1px solid #dbdce0;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; 	-khtml-border-radius: 8px;	border-radius: 8px;
	
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .box-product .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .box-product .product-block:hover {border:1px solid #ddd;}


.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{overflow:hidden; padding:0 16px 0 8px;}

#content .product-carousel .product-block-inner,
#content .product-grid .product-block-inner,#content .product-list .product-block-inner,
#content .box-product .product-block-inner{ padding:10px 7px 12px; text-align:center; overflow:hidden; position:relative; margin:0; }

#content .product-grid-list .product-list .product-block-inner{ text-align:left; padding:10px 7px;}

.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

#content .product-carousel .product-block .caption .rating, #content .product-grid .product-block .caption .rating , #content .box-product .product-block .caption .rating, #content .product-list .product-block .image  .rating,
#column-left .product-thumb .image  .rating, #column-right .product-thumb .image  .rating{ display:none;}

.sale{	
	background-color:#d7dadc;
	color: #000;
	padding:13px 6px;    
	text-align: right;
    text-transform:capitalize;	
	position:absolute;
	top:0px;
	right:0px;
	font:14px/12px "Open Sans Light",verdana,Helvetica,"Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
	border-radius:20px; -webkit-border-radius:20px;  -khtml-border-radius:20px;  -moz-border-radius:20px;
	width:40px;
}
.product-grid-list{ padding:0 15px;}
.product-layout.product-grid, .product-layout.product-list{ padding:0px;}

.product-list .product-thumb .image img{ border:1px solid #e9ebec; border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}
.product-list .product-thumb .sale{ right:25px; top:5px;}

#content .product-grid-list .product-list .button-group .wishlist, #product .product-qty-cart .btn-group .wishlist {
   margin: 0 10px 0 0;
}
.product-list .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare, .product-qty-cart .btn-group .wishlist, .product-qty-cart .btn-group .compare {
    background:none;
    border: medium none;
    color:#666666;
    font-size: 13px;
    height: auto;
    margin: 0;
    padding: 0;
	line-height:25px;
}
.product-list .product-thumb .button-group .wishlist:hover, .product-list .product-thumb .button-group .compare:hover, .product-qty-cart .btn-group .wishlist:hover, .product-qty-cart .btn-group .compare:hover{ color:#f2702d;}
.product-list .product-thumb .caption .wish_list{ border-bottom: 1px solid #dadddf;   margin-bottom: 10px;    padding:5px 0 10px;}
#content .product-grid-list .product-list .button-group .fa{ padding:0 6px 0 0;}

#content .product-list .product-thumb .caption h4{  margin: 5px 0 0;   padding: 0 0 8px;}
#content .product-list .product-thumb .desc { margin-bottom: 5px;    text-align: justify;}

#content .product-grid-list .product-list .product-thumb .list_btn {
    float: left;
    margin:7px 0 5px 15px;
}
#content .product-grid-list .product-list .product-thumb .price {
    float: left;
    margin: 0 15px 0 0;
}
#content .product-list .product-thumb .caption .rating{ position:relative; left:auto; right:auto; bottom:auto; padding:5px 0 2px;}
	
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 5px;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:10px;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	float:left;
	width:67%; /* specify width as per your requirement */
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
}


#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:13px; margin: 0 0 5px;}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; 
	background:none;
	box-shadow:none; 
	height:auto;
	font-weight:normal;
	border-radius:0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { width:55px; border:1px solid #e9ebec; border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-bottom:2px; }

#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .filterbox, #column-right .box .filterbox
{margin-bottom:10px;}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
	position:relative; right:auto; left:auto; bottom:auto;
}
#column-left .product-thumb, #column-right .product-thumb {
	border-color: #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
	margin-bottom:5px;
	padding:10px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
	line-height: 24px;
	color:#666666;
	border:none;
}
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover {color:#f2702d;}	
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; }

.top_button {
	background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 33px;
	width: 33px;
	right: 9px;
	bottom: 9px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size:0;
   
}
#content ul.list-unstyled {  
	border:none;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
.tab-content {
    border:1px solid #e9ebec;
    padding: 10px;
	overflow:hidden;
	border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;  -khtml-border-radius: 0 0 5px 5px;  -moz-border-radius: 0 0 5px 5px;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:10px 0 5px;}
.aboutus {
    clear: both;
	margin-bottom:20px;
}
.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:16px;}
.about-content{overflow:hidden;}
.information-information .right, .modal-body .right{float:right;}

.category_filter #grid-view,.category_filter #list-view{background:#fff; border:1px solid #dbdce0; color:#d4d4d4; height:30px; width:30px; padding:6px;}
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{color:#8e8e8e;}

.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left; margin: 5px 15px 0;}
.pagination-right { float: right;margin:2px 0 0; width: auto;}
.category_filter .sort-by {float: left;margin:5px 6px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin:5px 6px 0;padding:0;}
.category_filter .sort { float: left; width: 142px;padding:0;}
.category_filter .limit {float: right; width: 62px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_filter .sort-by label, .category_filter .show label{ font-weight:normal;}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}
.category_thumb .category_description p{ line-height:19px; margin:0px;}
.category_thumb{ margin:0px;}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
    color: #211f20;
    display: block;
    padding: 3px 8px;
	border:1px solid #ddd;
	background:#eee;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.category_list li a:hover {
    color:#f2702d;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 7px 7px 0;
}
.category_filter,.pagination-wrapper {
    border: 1px solid #DBDCE0;
    display: inline-block;
    margin:5px 0 10px;
    padding: 5px 5px;
    width: 100%;
	border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
	
	background: #f2f2f4;
  background: -moz-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f4), color-stop(46%, #ebecee), color-stop(47%, #dee0e2), color-stop(100%, #ccd0d3));
  background: -webkit-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -o-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: -ms-linear-gradient(top, #f2f2f4 0, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
  background: linear-gradient(to bottom, #f2f2f4 0%, #ebecee 46%, #dee0e2 47%, #ccd0d3 100%);
 
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 3px 0 0;
}
.contact-info .left {
    float: left;   
    width: 40%;	
}
.contact-info .right {
    float: right;
    width: 60%;
    padding-left:3px;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:15px 5px;overflow:hidden;}
.contact-info{color:#666;}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
   	padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
	margin:10px 0;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .email strong{
    background: url("../image/megnor/icon_email.png") no-repeat scroll 0 0 transparent;
    padding: 5px 0 0 35px;
	height:28px;
	margin:20px 0 10px;
	float:left;
	clear:both;
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
    position: relative;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count{margin: 0 10px;}
.productpage .rating-wrapper{ margin: 10px 0;}
.checkout-cart .hasCustomSelect{width: 95% !important;}

.page-title{
	padding:0 0 10px;
}
.page-title,.refine-search,.product-title,.product-option{
	text-transform:capitalize;
	
	 background:url(../image/megnor/title_icon.png) no-repeat scroll 4px 4px transparent;
    color: #555454;
    font: 16px/18px "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;
    margin: 0 0 5px;
    padding: 0 0 10px 25px;
}


.account-address .table>tbody>tr>td{vertical-align:middle; padding:13px; border:none;}
.account-address .btn-info{margin:2px 0;}

.affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}
#content .affiliate-logout { border: 1px solid #eeeeee; padding: 10px; border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}


.shopping-cart .img-thumbnail{max-width:none;}
#accordion label.col-sm-2.control-label{margin:7px 0 0; padding:0 15px 0 0; width:25%;}
#accordion #collapse-shipping label.col-sm-2.control-label{padding:0 15px;}
.checkout-checkout #accordion label.col-sm-2.control-label{padding-left:15px;}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{
	margin-left:5px; 
	font-size:13px;
	border-radius:5px !important; -webkit-border-radius:5px !important;  -khtml-border-radius:5px !important;  -moz-border-radius:5px !important;}

.col-sm-3.search_subcategory {width: auto; margin-top:7px;}

#button-search{float:right;}
.product-search h2{clear:both;}

#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
.checkout-cart #accordion .panel-title > a{ padding:10px;}
.checkout-cart #accordion .panel-title{ padding:0px;}

#accordion .panel-title{padding:10px;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}

.tm_subbanner .Subbanner1{ float:left; margin-right:10px;}
.tm_subbanner .Subbanner2{ float:right;}
.tm_subbanner{ margin-bottom:12px; float:left;}

.single-banner{ margin-bottom:5px;}
#content #banner0 .img-responsive{ max-width:none;}
#tab-description p{ text-align:justify;}
#tab-review .form-group.required label{ width:auto;}

#tab-specification .table thead td, #tab-specification .table thead tr td:first-child {
    background:#edeef0;
    font-weight: bold;
    text-align: left;
}
#tab-specification .table tbody tr td:first-child {
    border-right:1px solid #ededed;
    font-weight: bold;
    text-align: left;
    width: 20%;
}
.table-responsive thead td, #collapse-checkout-confirm thead td, .account-order-info thead td, .shopping-cart thead td, .account-wishlist thead td, .account-order-info thead td, .account-return-info thead td, .product-compare thead td, .product-compare thead tr td:first-child, .account-return thead td {
    background-color:#edeef0;
    border-bottom:1px solid #dadddf;
    color: #666666;
}

.checkout-cart .input-group.btn-block .form-control {
    height: 28px;
    text-align: center;
    width: 40px;
	border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.table.table-bordered .input-group-btn{ float:left;}

.account-register #content fieldset, .account-edit #content fieldset, .account-password #content fieldset, .account-address-edit #content fieldset, .returnform #content fieldset, .account-download #content p, .account-return #content p, .account-newsletter #content fieldset, .account-recurring #content p, .affiliate-register #content fieldset, .affiliate-forgotten #content fieldset, .affiliate-edit #content fieldset, .affiliate-password #content fieldset, .affiliate-payment #content fieldset, .information-contact #content fieldset, .product-search #content fieldset, .account-forgotten #content fieldset, .account-address #content .table-bordered, .account-address-delete #content .table-bordered, .account-account #content .list-unstyled, .affiliate-account #content .list-unstyled, .affiliate-tracking #content .form-horizontal, #content .content, .affiliate-account #content ul.list-unstyled, .information-contact #content fieldset, .account-wishlist #content p {
    border: 1px solid #ededed;
    margin: 0 0 10px;
    padding: 10px;
	border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;
}
.form-horizontal .control-label{ width:25%;}
.form-horizontal .col-sm-10{ width:75%;}
.input-group.date #input-date-ordered { border-radius: 5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;  -khtml-border-radius:5px 0 0 5px;  -moz-border-radius:5px 0 0 5px;}
.input-group.date .btn-default { border-radius: 0 5px 5px 0; -webkit-border-radius:0 5px 5px 0;  -khtml-border-radius:0 5px 5px 0;  -moz-border-radius:0 5px 5px 0;}
.search_area {  margin-bottom: 15px;}
.product-search .sort_cetegory { width: 30%;}

#tab-review .form-group.required .col-sm-10{ width:100%;}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active{ background-color:#f26f2d !important; color:#fff !important;}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover, 
.bootstrap-datetimepicker-widget table td span:hover {
    background:#6d6d6d;
    color: #fff;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background:#6d6d6d ;
    color: #fff;
}
.bootstrap-datetimepicker-widget table a[data-action]{ border:none; padding:0px;}
.bootstrap-datetimepicker-widget table td.today::before { border-bottom: 7px solid #f26f2d;}
.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle a:hover{ background:#6d6d6d ; border-color:#6d6d6d; color:#fff;}

@media (max-width: 1270px) {
	#search{margin-right: 135px;}
}

@media (max-width: 1030px) {
	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before  {display:none;}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {display:block !important; text-transform: capitalize; font-weight:normal;   margin-top: -25px;}
	.col-sm-4.total_amount { margin-top: 88px;}
	
	.tm_subbanner img{ width:100%;}
	.tm_subbanner .Subbanner1{ width:23.2%;}
	.tm_subbanner .Subbanner2{ width:75.2%;}
	#footer #block_2, #footer #block_4{ width:25%;}
	#content #banner0 .img-responsive{ max-width:100%;}
	#search{width: 300px; margin-right: 150px;}
}
@media only screen and (min-width: 768px) and (max-width: 980px){
	
}
@media (max-width: 979px) {
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0 0;   
	}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	#accordion .form-horizontal .control-label{width:100%;}
	#footer #block_2, #footer #block_4{ width:100%;}
	#footer .social_block{ float:none;}
	#footer #block_2, #footer #block_4{ padding:0 20px;}
	#search{ width:195px; margin-right: 90px;}
	#top #currency .btn-link span, #top #language .btn-link span{ display:none;}
	/*.paiement_logo_block .toggle{ background:none;}*/
	#bottom-footer{ float:none;}
	/*#powered{ float:none; margin:0 0 15px;}*/
	#bottom-footer ul{ margin:0px;}
	#footer .column ul{ margin:0px 0; padding:10px 0 0;}
	/*.copy-right{ border:none; margin:0px;}*/
		.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
		.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
		.checkout-cart #accordion #button-coupon, .checkout-cart #accordion #button-voucher, .checkout-cart #accordion #button-reward { margin-left: 5px;}
		
	#accordion label.col-sm-2.control-label, #accordion .col-sm-10{ width:100%;}
	.form-horizontal .control-label{ width:30%;}
	.form-horizontal .col-sm-10{ width:70%;}
	.account-wishlist .btn-primary{ margin-bottom:2px;}
	.product-search .sort_cetegory{ width:40%;}
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:25.4%;}
	.layout-2 #content{width:74.6%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {width:58%;}
}
@media (max-width: 767px) { 
	.layout-2 #content,.layout-3 #content{width:100%; padding:0 15px;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo,.header-cart{display:inline-block;float:none;width:100%;}
	.header-logo{text-align:center;}
	.header-cart{width:100%;display:inline-block;text-align:center;margin-top: 3px;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo .img-responsive { margin: 0 auto 5px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:right; margin:0px 0 0px;}
	#top #cart .dropdown-menu {right: -100px;width: 350px; display:none;}

	.checkout-cart .btn.btn-danger { margin-top: -2px !important;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width: 300px;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #ddd;margin:10px 0;}
	#content .category_list .filterbox .list-group a{border:none;}
	
	.header-left{ float:none;}
	.header-right{ float:none; text-align:center; position:relative;}
	#top .pull-right{ float:none; display:inline-block;}
	/*.header-search{ position:absolute; left:0px; right:0px; top:-40px;}*/
	.header-search{padding-top: 30px; float: left; margin-left: 175px;}
	/*#search{ margin:0 auto; padding:5px; border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;}*/
	#search{border-radius:5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px; margin-right: 40px;width: 360px;}
	#logo{ margin:1px 0 1px;}
	.tm_subbanner .Subbanner1{ width:22.2%;}
	.tm_subbanner{ float:none; overflow:hidden;}
	.layout-2.left-col #content, .layout-1 #content, .layout-2.right-col #content{ padding:0 0px;}
	#content .product-grid-list .product-list .product-thumb .list_btn{ float:none; margin:7px 0 5px;}
	#content .product-grid-list .product-list .product-thumb .price{ float:none;}
	.product-layout.product-grid{ width:50%;}
	.productpage .product-left{ width:100%; padding:0 15px;}
	.productpage .product-right{ width:100%; padding:0 15px; margin-top:20px;}
	#currency .dropdown-menu, #language .dropdown-menu{ right:-110px; z-index:1005;}
	.form-horizontal .control-label, .form-horizontal .col-sm-10{ width:100%;}
	.product-search .sort_cetegory{ width:100%;}
	.information-contact .panel-body{ padding:15px;}
	.main-slider .owl-carousel .owl-buttons div {opacity:1; -webkit-opacity:1;	-moz-opacity:1;	-khtml-opacity:1;}
	#top #currency .btn-link, #top #language .btn-link{padding:12px 9px 0;}
	#top .btn-link:hover, #top-links a:hover{ color:#fff;}
}
@media (max-width: 555px) {
	#search{margin-right: 30px;width: 296px;}
}
@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center; padding: 1px;}
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid{width:100% !important;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	#cart {float: none;}
	#search {float: none; margin: 5px auto;width: 400px;}
	#cart .dropdown-menu table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#top #cart .dropdown-menu {right: -68px;  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width:260px;}
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{margin:0 0 2px !important; border-radius:0px !important; -webkit-border-radius:0px !important;  -khtml-border-radius:0px !important;  -moz-border-radius:0px !important;}
	.nav-tabs > li:last-child > a {   margin: 0 !important;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart #content .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
	.header-logo .img-responsive { width: 100%;}
	.tm_subbanner .Subbanner2{ width:100%;}
	.tm_subbanner .Subbanner1{ display:none;}
	.product-list .product-details{ float:left; margin:10px 0 0; padding:0 0px;}
	.checkout-cart #accordion #button-coupon, .checkout-cart #accordion #button-voucher, .checkout-cart #accordion #button-reward{ margin-left:0px;}
}
@media (max-width: 414px) {
	#cart {float: none;}
	#search {float: none; margin: 5px auto;width: 398px;}
}
@media (max-width: 413px) {
	#search {width: 360px; margin: 2px auto;}
}
@media (max-width: 374px) {
	#search {width: 345px;}
}
@media (max-width: 359px) {
	#search {width: 306px; margin: 1px auto;}
}
@media only screen and (max-width: 319px){
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.product-info .additional-carousel {width:185px; margin:0 auto;}
	
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#top #cart .dropdown-menu { right: -35px;width: 210px;}
	#cart .text-right .checkout{margin:0;}
	#search{ width:288px;}
	#product .product-qty-cart #button-cart{ display:block; margin:10px 0 0;}
	#logo{ margin:1px 0 1px;}
	.paiement_logo_block li{ margin:0 10px 5px 0;}
	.product-list .product-thumb .image{ padding:0px;}
	#search {width: 206px;}
}

.old_price{text-decoration: line-through;}
.special-price{color: #F26F2D;}
.page-title, .refine-search {padding-bottom: 5px;}
.page-title{display: none;}

/* Megnor www.templatemela.com - End */
#top-links .list-inline .pull-right{vertical-align: top; float: none; display: inline-block;}
#top #language .btn-link {padding-top: 0px;}
#top #language .btn-link span {vertical-align: middle;}
#top #language .fa {line-height: 11px;}
#top #language .language-menu li {background: none;}
.product-details h4 a{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.manufacturer-brand-carousel{margin-bottom: 0px;}
.manufacturer-brand-carousel .owl-pagination {bottom: 18px;}
.manufacturer-brand-carousel .owl-controls .owl-page span {width: 37px; height: 2px; border-radius: 0; -webkit-border-radius: 0;}
.manufacturer-brand-carousel .title{text-align: center; color: #ffffff; padding: 1px 3px; border-radius: 0px; background-color: #cccccc; font-size: 12px; margin-bottom: 5px;font-weight: 100;
	font-family: "Open Sans Light","Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", sans-serif;}

.bottom-link {margin-bottom: 0px;}
.bottom-link li{padding-left: 15px;}